home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Organise / _SETUP.1 / Epoch Organiser 3.0.exe / 0 / RCDATA / TDATEREQFORM / TDATEREQFORM.txt
Text File  |  1998-01-25  |  2KB  |  136 lines

  1. object DateReqForm: TDateReqForm
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 115
  6.   ClientWidth = 258
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 4
  17.     Top = 4
  18.     Width = 89
  19.     Height = 105
  20.     Caption = 'Select Month'
  21.     TabOrder = 0
  22.     object MonthList: TListBox
  23.       Left = 8
  24.       Top = 16
  25.       Width = 73
  26.       Height = 81
  27.       ItemHeight = 13
  28.       Items.Strings = (
  29.         'January'
  30.         'February'
  31.         'March'
  32.         'April'
  33.         'May'
  34.         'June'
  35.         'July'
  36.         'August'
  37.         'September'
  38.         'October'
  39.         'November'
  40.         'December')
  41.       TabOrder = 0
  42.     end
  43.   end
  44.   object GroupBox2: TGroupBox
  45.     Left = 104
  46.     Top = 4
  47.     Width = 69
  48.     Height = 105
  49.     Caption = 'Select Day'
  50.     TabOrder = 1
  51.     object DayList: TListBox
  52.       Left = 8
  53.       Top = 16
  54.       Width = 53
  55.       Height = 81
  56.       ItemHeight = 13
  57.       Items.Strings = (
  58.         '1st'
  59.         '2nd'
  60.         '3rd'
  61.         '4th'
  62.         '5th'
  63.         '6th'
  64.         '7th'
  65.         '8th'
  66.         '9th'
  67.         '10th'
  68.         '11th'
  69.         '12th'
  70.         '13th'
  71.         '14th'
  72.         '15th'
  73.         '16th'
  74.         '17th'
  75.         '18th'
  76.         '19th'
  77.         '20th'
  78.         '21st'
  79.         '22nd'
  80.         '23rd'
  81.         '24th'
  82.         '25th'
  83.         '26th'
  84.         '27th'
  85.         '28th'
  86.         '29th'
  87.         '30th'
  88.         '31st')
  89.       TabOrder = 0
  90.     end
  91.   end
  92.   object GroupBox3: TGroupBox
  93.     Left = 180
  94.     Top = 4
  95.     Width = 73
  96.     Height = 45
  97.     Caption = 'Select Year'
  98.     TabOrder = 2
  99.     object YearCombo: TComboBox
  100.       Left = 6
  101.       Top = 16
  102.       Width = 61
  103.       Height = 21
  104.       Ctl3D = True
  105.       ItemHeight = 13
  106.       MaxLength = 4
  107.       ParentCtl3D = False
  108.       TabOrder = 0
  109.     end
  110.   end
  111.   object Resetbtn: TBitBtn
  112.     Left = 180
  113.     Top = 52
  114.     Width = 73
  115.     Height = 21
  116.     Hint = 'Reset To System Date'
  117.     Caption = 'Reset'
  118.     ParentShowHint = False
  119.     ShowHint = True
  120.     TabOrder = 3
  121.     OnClick = ResetbtnClick
  122.   end
  123.   object Acceptbtn: TBitBtn
  124.     Left = 180
  125.     Top = 76
  126.     Width = 73
  127.     Height = 21
  128.     Hint = 'Accept This Date'
  129.     Caption = 'Accept'
  130.     ParentShowHint = False
  131.     ShowHint = True
  132.     TabOrder = 4
  133.     OnClick = AcceptbtnClick
  134.   end
  135. end
  136.